[INFO] fetching crate imstyle 0.4.0...
[INFO] fixing imstyle-0.4.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate imstyle 0.4.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate imstyle 0.4.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate imstyle 0.4.0
[INFO] tweaked toml for crates.io crate imstyle 0.4.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate imstyle 0.4.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate imstyle 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded indexmap v2.11.1
[INFO] [stderr]   Downloaded sdl3-sys v0.5.5+SDL3-3.2.22
[INFO] [stderr]   Downloaded sdl3 v0.15.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0d34104e6f6c35867cee9bc6fb87f59a5265716ea91b6715f8f2af1ecf050710
[INFO] running `Command { std: "docker" "start" "0d34104e6f6c35867cee9bc6fb87f59a5265716ea91b6715f8f2af1ecf050710", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0d34104e6f6c35867cee9bc6fb87f59a5265716ea91b6715f8f2af1ecf050710" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d34104e6f6c35867cee9bc6fb87f59a5265716ea91b6715f8f2af1ecf050710", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0d34104e6f6c35867cee9bc6fb87f59a5265716ea91b6715f8f2af1ecf050710" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling sdl3-sys v0.5.5+SDL3-3.2.22
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking chlorine v1.0.13
[INFO] [stderr]    Compiling sdl3 v0.15.1
[INFO] [stderr]     Checking toml_writer v1.0.2
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling imgui-sys v0.12.0
[INFO] [stderr]     Checking toml_parser v1.0.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking toml v0.9.5
[INFO] [stderr]     Checking imgui v0.12.0
[INFO] [stderr]     Checking imstyle v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `disabledAlpha` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     disabledAlpha: Option<f32>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `disabled_alpha`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowPadding` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     windowPadding: Option<[f32; 2]>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     windowRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     windowBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowMinSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     windowMinSize: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_min_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowTitleAlign` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     windowTitleAlign: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_title_align`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowMenuButtonPosition` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     windowMenuButtonPosition: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_menu_button_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `childRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     childRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `child_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `childBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     childBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `child_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `popupRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     popupRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `popup_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `popupBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     popupBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `popup_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `framePadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     framePadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `frame_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `frameRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     frameRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `frame_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `frameBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     frameBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `frame_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `itemSpacing` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     itemSpacing: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `item_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `itemInnerSpacing` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     itemInnerSpacing: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `item_inner_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `cellPadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     cellPadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `cell_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `touchExtraPadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     touchExtraPadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `touch_extra_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `indentSpacing` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     indentSpacing: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `indent_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `columnsMinSpacing` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     columnsMinSpacing: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `columns_min_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `scrollbarSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     scrollbarSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `scrollbar_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `scrollbarRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     scrollbarRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `scrollbar_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grabMinSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     grabMinSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `grab_min_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grabRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     grabRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `grab_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `logSliderDeadzone` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     logSliderDeadzone: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `log_slider_deadzone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tabRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     tabRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `tab_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tabBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     tabBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `tab_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tabMinWidthForCloseButton` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     tabMinWidthForCloseButton: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `tab_min_width_for_close_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `colorButtonPosition` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     colorButtonPosition: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `color_button_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `buttonTextAlign` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     buttonTextAlign: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `button_text_align`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `selectableTextAlign` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     selectableTextAlign: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `selectable_text_align`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayWindowPadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     displayWindowPadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_window_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displaySafeAreaPadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     displaySafeAreaPadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_safe_area_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `mouseCursorScale` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     mouseCursorScale: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `mouse_cursor_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `antiAliasedLines` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     antiAliasedLines: Option<bool>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `anti_aliased_lines`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `antiAliasedLinesUseTex` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     antiAliasedLinesUseTex: Option<bool>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `anti_aliased_lines_use_tex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `antiAliasedFill` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     antiAliasedFill: Option<bool>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `anti_aliased_fill`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `curveTessellationTol` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     curveTessellationTol: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `curve_tessellation_tol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `circleTessellationMaxError` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     circleTessellationMaxError: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `circle_tessellation_max_error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `disabledAlpha` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     disabledAlpha: Option<f32>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `disabled_alpha`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowPadding` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     windowPadding: Option<[f32; 2]>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     windowRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     windowBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowMinSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     windowMinSize: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_min_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowTitleAlign` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     windowTitleAlign: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_title_align`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowMenuButtonPosition` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     windowMenuButtonPosition: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_menu_button_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `childRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     childRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `child_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `childBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     childBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `child_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `popupRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     popupRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `popup_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `popupBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     popupBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `popup_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `framePadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     framePadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `frame_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `frameRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     frameRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `frame_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `frameBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     frameBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `frame_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `itemSpacing` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     itemSpacing: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `item_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `itemInnerSpacing` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     itemInnerSpacing: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `item_inner_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `cellPadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     cellPadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `cell_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `touchExtraPadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     touchExtraPadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `touch_extra_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `indentSpacing` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     indentSpacing: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `indent_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `columnsMinSpacing` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     columnsMinSpacing: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `columns_min_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `scrollbarSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     scrollbarSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `scrollbar_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `scrollbarRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     scrollbarRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `scrollbar_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grabMinSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     grabMinSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `grab_min_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grabRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     grabRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `grab_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `logSliderDeadzone` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     logSliderDeadzone: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `log_slider_deadzone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tabRounding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     tabRounding: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `tab_rounding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tabBorderSize` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     tabBorderSize: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `tab_border_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tabMinWidthForCloseButton` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     tabMinWidthForCloseButton: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `tab_min_width_for_close_button`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `colorButtonPosition` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     colorButtonPosition: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `color_button_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `buttonTextAlign` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     buttonTextAlign: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `button_text_align`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `selectableTextAlign` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     selectableTextAlign: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `selectable_text_align`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayWindowPadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     displayWindowPadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_window_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displaySafeAreaPadding` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     displaySafeAreaPadding: Option<[f32; 2]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_safe_area_padding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `mouseCursorScale` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     mouseCursorScale: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `mouse_cursor_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `antiAliasedLines` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     antiAliasedLines: Option<bool>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `anti_aliased_lines`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `antiAliasedLinesUseTex` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     antiAliasedLinesUseTex: Option<bool>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `anti_aliased_lines_use_tex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `antiAliasedFill` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     antiAliasedFill: Option<bool>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `anti_aliased_fill`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `curveTessellationTol` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     curveTessellationTol: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `curve_tessellation_tol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `circleTessellationMaxError` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     circleTessellationMaxError: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `circle_tessellation_max_error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `imgui_sdl3`
[INFO] [stdout]  --> examples/imstyle.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use imgui_sdl3::ImGuiSdl3;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `imgui_sdl3`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `imgui_sdl3`, use `cargo add imgui_sdl3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `imstyle` (example "imstyle") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "0d34104e6f6c35867cee9bc6fb87f59a5265716ea91b6715f8f2af1ecf050710", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d34104e6f6c35867cee9bc6fb87f59a5265716ea91b6715f8f2af1ecf050710", kill_on_drop: false }`
[INFO] [stdout] 0d34104e6f6c35867cee9bc6fb87f59a5265716ea91b6715f8f2af1ecf050710
